xen/arm: smmu.c: Remove unused-but-set variable
authorMichal Orzel <michal.orzel@arm.com>
Wed, 27 Apr 2022 09:49:37 +0000 (11:49 +0200)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Wed, 27 Apr 2022 22:21:04 +0000 (15:21 -0700)
commit2845588e398d8e631f08d304e80c5f94f52c3643
tree096316ea2ed5ca23c565a56c196fc0478e7a2d71
parent9b4f9b9af235e21568f8882e8137397af7f86414
xen/arm: smmu.c: Remove unused-but-set variable

Function arm_smmu_init_context_bank defines and sets a variable
gr0_base but does not make use of it. Remove this variable.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/drivers/passthrough/arm/smmu.c